home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / ripped_1.zip / SAMPLE.BAT < prev   
DOS Batch File  |  1997-07-17  |  324b  |  18 lines

  1. For single screen Rips:
  2.  
  3. @ECHO OFF
  4. CD\RIPPED
  5. RIPPED /@C:\DOORS\GAME1\1.RIP /N%1 /PD:\RA\NODE%1 /TDOORSYS
  6. CD\GAMES\GAME1
  7. GAME1 
  8. CD\RA\NODE%1
  9.  
  10.  
  11. For Rip screens combined into one file
  12. @ECHO OFF
  13. CD\RIPPED
  14. RIPPED /@C:\DOORS\GAME1\1.RIP /#Screen1 /N%1 /PD:\RA\NODE%1 /TDOORSYS
  15. CD\GAMES\GAME1
  16. GAME1 
  17. CD\RA\NODE%1
  18.